@charset "utf-8";
/* CSS Document */

 
html, body {
               margin:0;
   padding:0;
   height:100%;
            }


.header { z-index:50;
	 position:fixed;
margin-top:-65px;
width:100%;
}


/* this is the nav bar coding */

.navbar { 
  z-index:1000000;
  position:fixed; 
  top:0.2%;
  left: 520px;
	margin-top:-10px;}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
	background: #555;  
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	font-size:18px;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	nav ul li {
	float:left;
}
	nav ul li:hover {
		background: #B8B8B8;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 25px 40px;
		color: #fff; text-decoration: none;
	}
	nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
			nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

/* here is the footer */
.footer { 
z-index:80;
  position:fixed;
    bottom:-10px;
}

h2 {
	color:#FFF;
	z-index:2;
	position:absolute;
top: 25%;
padding: 30px;
font-size:40px;

-webkit-animation:  fadeInLeft 4s;
       -moz-animation:  fadeInLeft 4s;
        -ms-animation: fadeInLeft 4s; 
         -o-animation:  fadeInLeft 4s;
            animation: fadein 4s;

}

.WWT { color:#FFF;
z-index:2;
position:absolute;
top:40%;
margin-right: 20px;
font-size:20px;
padding:10px;
left:40px;
width:410px;
text-align:justify;

-webkit-animation:  fadeInLeft 3s;
       -moz-animation:  fadeInLeft 3s;
        -ms-animation: fadeInLeft 3s; 
         -o-animation:  fadeInLeft 3s;
            animation: fadein 3s;

}

.tekstbox {
	Z-index:1;
	top: 30%;
	left: 10px;
	position:absolute;
	padding: 5px;
}

.WellW {
	z-index:205;
	top:25%;
	margin-left:35%;
	position:absolute;
	width: 150px;
	padding: 5px;
}

.keuze {
	z-index:205;
	top:60%;
	margin-left:62%;
	position:absolute;
	width: 150px;
	padding: 5px;
}

.animatie2 {
	z-index:205;
	top:60%;
	margin-left:48%;
	position:absolute;
	width: 150px;
	padding: 5px;
}
.animatie {
	z-index:205;
	top:60%;
	margin-left:35%;
	position:absolute;
	width: 150px;
	padding: 5px;
}

.etiket{
	z-index:205;
	top:25%;
	margin-left:62%;
	position:absolute;
	width: 150px;
	padding: 5px;
}

.WellW {
	z-index:205;
	top:25%;
	margin-left:35%;
	position:absolute;
	width: 150px;
	padding: 5px;
}


.wrap{
  width: 87%;
  margin: auto;
  padding: 0 10px;
  background-color: rgba(255,255,255,0.9);
  overflow: hidden;
  box-shadow: 0 0 5px #eee;
}

img{
  max-width: 100%;
  height: auto;
  
}

h1, h3, h4, h5, h6 { letter-spacing: 0.05em; font-weight: 400; }

h1{text-align:center;}

.row{ 
margin-left:37.5%;
}

.more:link, .more:visited {
  transition-duration: 0.2s;    
  transition-timing-function: ease-out;
}



.show{
  width: 350px;
  height: 250px;
  float: left;
  border: 1px solid rgba(0,0,0,0.04);
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
  display: block;
  border-radius: 4px;
}


.aspect{
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
}

.show .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.show-first a.more {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px; 
  background: #FFF;
  color: #222;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border: 1px solid #999;

}

.show-first a.more:hover {
  box-shadow: 0 0 5px #000;
}

.show-first p{
  letter-spacing: 0.15em;
  color: #f4f4f4;
  font-size: 28px; 
}

.show-first img {
  transition: all 0.2s linear;
}

.show-first .mask {
  opacity: 0;
  background-color: rgba(0,0,0, 0.4);
  transition: all 0.4s ease-in-out;
}
.show-first h2 {
  color: #f2f2f2;
  margin-top: 10%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: rgba(0,0,0,0.7);
}
.show-first p {
  opacity: 0;
  transition: all 0.2s linear;
}
.show-first a.info{
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.show-first:hover img {
  transform: scale(1.2);
}
.show-first:hover .mask {
  opacity: 1;
}
.show-first:hover h2,
.show-first:hover p,
.show-first:hover a.info {
  opacity: 1;
}
.show-first:hover p {
  transition-delay: 0.1s;
}
.show-first:hover a.info {
  transition-delay: 0.2s;
}

@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}
/* Firefox */
@-moz-keyframes fadeInLeft {
   0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}
/* Safari and Chrome */
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}
/* Internet Explorer */
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}​
}
/* Opera */
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	
}​
}